Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Stop storing messenger manually in CronjobController #3006

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

FrederikBolding
Copy link
Member

For unknown reasons we were storing our own instance of the messenger in the CronjobController, we don't need to do that since the BaseController provides this functionality already.

@FrederikBolding FrederikBolding requested a review from a team as a code owner January 10, 2025 13:34
@FrederikBolding FrederikBolding force-pushed the fb/stop-storing-messenger-manually branch from 71fb62a to 400e346 Compare January 10, 2025 13:39
@FrederikBolding FrederikBolding merged commit f21e859 into main Jan 10, 2025
164 checks passed
@FrederikBolding FrederikBolding deleted the fb/stop-storing-messenger-manually branch January 10, 2025 13:52
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.72%. Comparing base (399dbee) to head (400e346).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3006      +/-   ##
==========================================
- Coverage   94.72%   94.72%   -0.01%     
==========================================
  Files         497      497              
  Lines       10826    10825       -1     
  Branches     1654     1654              
==========================================
- Hits        10255    10254       -1     
  Misses        571      571              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants